home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Burning & Media
/
GB-PVR 1.2.13
/
GBPVR10213.msi
/
Cabs.w1.cab
/
PhotoViewer.aspx529
< prev
next >
Wrap
Text File
|
2008-02-23
|
4KB
|
91 lines
<%@ Page language="c#" Debug="true" Inherits="gbweb.PhotoViewer" CodeFile="PhotoViewer.aspx.cs" culture="auto" uiculture="auto" %>
<%@ Register TagPrefix="gbpvr" TagName="Header" Src="Header.ascx" %>
<%@ Register TagPrefix="gbpvr" TagName="Footer" Src="Footer.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>GBPVR - Photo Library</title>
<meta name="vs_defaultClientScript" content="JavaScript">
<link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/styles.css">
<link rel="shortcut icon" type="image/gif" href="<%=Convert.ToString(Session["theme"])%>/favicon.gif">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<script language="javascript" src="public/popup.js"></script>
<script language="javascript" src="public/Ajax.js"></script>
</HEAD>
<body class="tabbedpage" onload="GetServerTime(), GetReminders()">
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="True">
<Services>
<asp:ServiceReference Path="~/AjaxService.asmx" />
</Services>
</asp:ScriptManager>
<form id="formPhotoViewer" runat="server">
<gbpvr:Header id="header" runat="server" ActiveTab="photolibrary" />
<!-- Topbar end -->
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="tabbedpage">
<tr>
<td align=left valign=top><IMG height="14" src="public/t.gif" width="1" border="0"></td>
<td>
<table cellSpacing="0" border="0" cellpadding="0">
<tr>
<td align=left valign=top id=timeDiv class=time></td>
<td align=left valign=top><IMG height="1" src="public/t.gif" width="15" border="0"></td>
<td align=left valign=top id=REMINDER_DIV class=time ></td>
</tr>
</table>
</td>
<td><img height="1" src="public/t.gif" width="1" border="0"></td>
</tr>
</table>
<table width="100%">
<tr>
<td><img height="1" src="public/t.gif" width="1" border="0"></td>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="cline"><img src="public/t.gif" width="400" height="1" border="0"></td>
</tr>
<tr>
<td width="99%"><span class="date"><img src="public/t.gif" width="1" height="4"><br>
<b>Photo Library</b></span></td>
</tr>
</table>
</td>
</tr>
</table>
<table>
<tr>
<td><img height="1" src="public/t.gif" width="1" border="0"></td>
<td valign="top" class="tabbedpage" style="width: 36%">
<iframe id="photoDirectoryFrame" name="imgDir" frameBorder="Yes" scrolling="auto" class="photo" src="PhotoDirectory.aspx" unselectable="on" height="700" allowtransparency="" style="width: 300px">
</iframe>
</td>
<td style="width: 15px"><img src="public/t.gif" width="15" height="1" border="0">
</td>
<td valign="top">
<iframe id="ifImages" name="ifImages" frameBorder="No" scrolling="auto" height="800" allowtransparency="true" class="photo" src="Photo.aspx" unselectable="on" width="1400">
</iframe>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td colspan="2" class="photo">
<img border="0" height="10" src="public/t.gif" width="10" />
<img src="public/t.gif" width="1" height="14" border="0">
<span style="width: 116px"></span></td>
</tr>
<tr>
<td width="10"><img src="public/t.gif" width="10" height="1" border="0"></td>
<td width="99%">
<!-- Search table end -->
<gbpvr:Footer id="footer" runat="server" />
</td>
<td width="10"><img src="public/t.gif" width="10" height="71" border="0"></td>
</tr>
</table>
</form>
</body>
</HTML>